Content deleted Content added
Reverted 2 edits by ClueBot NG and 203.197.43.231 to an older version by 203.197.43.231 (HG) |
reverting vandalism |
||
Line 32:
Today, MVC and similar [[model-view-presenter]] (MVP) are [[Separation of Concerns]] design patterns that apply exclusively to the presentation layer of a larger system. In simple scenarios MVC may represent the primary design of a system, reaching directly into the database; however, in most scenarios the Controller and Model in MVC have a loose dependency on either a Service or Data layer/tier. This is all about Client-Server architecture.
===Web development usage===
|